Delete BusObject SOAP Request |
|
The Delete BusObject SOAP request is used to delete data from the database. The SOAP request is an XML structure, whereas the actual implementation of the request is through a Java method.
When the request is sent to WS-AppServer, it triggers a series of events. This is illustrated in the following figure.
Deleting BusObjects without Loading them from Database
As an alternative approach, you can delete BusObjects without sending a request to the database. The procedure to delete a BusObject is similar to the update procedure. After you change the state of the BusObject to LC (Loaded + Changed), you can delete the object from the database by using the delete method.
For further information on this SOAP API, refer to the WS-AppServer SDK.
Note: WS-AppServer facilitates using some of the XQY extensions while executing these requests. For more information, see Leveraging XQY Extensions in WS-AppServer.